projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b108c0
)
(mark-end-of-sentence): Activate the mark.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 15:50:13 +0000
(15:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 15:50:13 +0000
(15:50 +0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index 723cf0a6d35f644594b80b7fa4a60987f190e0a7..b548ab41c00399b4866db1a5b1d7f77545c427e6 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-227,7
+227,8
@@
With arg, repeat, or kill forward to Nth end of sentence if negative arg -N."
(push-mark
(save-excursion
(forward-sentence arg)
- (point))))
+ (point))
+ nil t))
(defun transpose-sentences (arg)
"Interchange this (next) and previous sentence."